home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / hdrbbs11.lha / HBBS / Docs / Suggestions / upload.txt < prev    next >
Text File  |  1996-06-25  |  726b  |  22 lines

  1. ;$HBBS
  2. upload file ..
  3.  
  4. extract/get id from user, store in file..
  5.  
  6. examine_1.door  this add time/date/cps to id..  by appending a line of text to the
  7. file (above)
  8.  
  9. examine_2.door  does sommat else with dis..
  10.  
  11. dupcheck.door gets file id from above file, checks it with file in the file lists.
  12.               if finds a match returns an error...
  13.  
  14. check file for corruption..
  15.  
  16. if dupcheck returned error, or user wants private file, or filecheck returned error
  17. then DONT add file id in file (above) to file lists, instead add it to
  18. HOLD or BAD lists and move the file into the BAD or HOLD dirs..  if dupercheck
  19. or file check were both OK then move the file into the last first free u/l path
  20. and add file id (above) to filelists..
  21.  
  22.